From 6942ca412124a1f322e19e2289a59ed8e27b9c24 Mon Sep 17 00:00:00 2001 From: Pawel Dembicki Date: Sat, 1 Nov 2025 23:36:36 +0100 Subject: [PATCH] layerscape: switch to Linux 6.12 Linux 6.12 has been validated on Layerscape platforms, including NXP reference boards and multiple custom designs. Tests covered system boot, networking, storage, and common peripherals, with no regressions observed. Enable 6.12 as the default to continue broader testing and integration. Signed-off-by: Pawel Dembicki Link: https://github.com/openwrt/openwrt/pull/20614 Signed-off-by: Christian Marangi --- target/linux/layerscape/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/target/linux/layerscape/Makefile b/target/linux/layerscape/Makefile index 50dd63e599..61690b8b58 100644 --- a/target/linux/layerscape/Makefile +++ b/target/linux/layerscape/Makefile @@ -7,8 +7,7 @@ include $(TOPDIR)/rules.mk BOARD:=layerscape BOARDNAME:=NXP Layerscape -KERNEL_PATCHVER:=6.6 -KERNEL_TESTING_PATCHVER:=6.12 +KERNEL_PATCHVER:=6.12 FEATURES:=squashfs nand usb pcie gpio fpu ubifs ext4 rootfs-part boot-part SUBTARGETS:=armv8_64b armv7 -- 2.30.2